home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / CADAR / Convert / syms-to-ton < prev    next >
Text File  |  1998-10-22  |  291b  |  14 lines

  1. syms-to-ton symbols-or-integers
  2.  
  3. converts symbols or integers to tonality
  4. symbols must be without pause-symbols or chords
  5.  
  6.  
  7. (syms-to-ton '(a b d g f))
  8. ->(C 4 |C#| 4 |D#| 4 |F#| 4 F 4)
  9.  
  10. (syms-to-ton '(0 1 2 3 4 5 6))
  11. ->(c 4 c# 4 d 4 d# 4 e 4 f 4 f# 4)
  12.  
  13. see also syms-to-ton-n and ton-to-syms
  14.